#!/bin/bash

## Author: Stevo Bailey (sdb6t@virginia.edu)
##
## WARNING: This setup file changes the $SYNOPSYS variable to work correctly.
##      Rerun the syn_setup file before using a different Synopsys tool.
##

## Setup Module Compiler
MC_HOME=$SYNOPSYS/CoreSynthesisTools/F-2011.12
export PATH=$PATH:$MC_HOME/amd64/mc/bin:$MC_Home/amd64/syn/bin
export MCDIR=$MC_HOME/mc
export MCENVDIR=$MCDIR/localadm:$MCDIR/adm
export MCLIBDIR=$SYNOPSYS/pdk/SAED_EDK90nm/Digital_Standard_cell_Library/synopsys/models
export SYNOPSYS=$MC_HOME
